projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85e28fa
)
[HPUX]: Include time.h and define __TIMEVAL__.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 21:10:41 +0000
(21:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 21:10:41 +0000
(21:10 +0000)
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 0c72456b141f34606adc0f9fb6ca654b0de71fb1..d7594a051e00544e7e54141d584ed32f0e7cdf00 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-34,6
+34,12
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "blockinput.h"
#include "window.h"
+/* Compensate for bug in Xos.h on hpux. */
+#if HPUX
+#include <time.h>
+#define __TIMEVAL__
+#endif
+
/* Display Context for the icons */
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>